-- *****************************************************************
-- ciscoWanFrConnCapability MIB
--
-- AGENT-CAPABILITIES mib for CISCO-WAN-FR-CONN-MIB
--
-- March 2003, Kapil Kataria
--
-- Copyright(c) 2003 by Cisco Systems,Inc.
--
-- *****************************************************************

CISCO-WAN-FR-CONN-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
        Integer32,
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoWanFrConnCapability MODULE-IDENTITY
        LAST-UPDATED    "200303060000Z"
        ORGANIZATION    "Cisco Systems, Inc."
        CONTACT-INFO
                "       Cisco Systems
                        Customer Service

                Postal: 170 W Tasman Drive
                        San Jose, CA  95134
                        USA

                        Tel: +1 800 553-NETS

                E-mail: cs-wanatm@cisco.com"
        DESCRIPTION
            "The Agent Capabilities for Frame Relay
            connection mib objects.

            - The capability cwFrConnCapabilityFrsm12V3R00 is 
              for FRSM-12 module."
     
        REVISION "200303060000Z"
        DESCRIPTION
            "Initial version of this MIB Module."
        ::= { ciscoAgentCapability 9999 }

cwFrConnCapabilityFrsm12V3R00 AGENT-CAPABILITIES
    PRODUCT-RELEASE      "MGX8850 Release 3.0.0."
    STATUS               current
    DESCRIPTION          "Frame Relay Connection 
                         Agent Capabilities for
                         Frame Relay Service Module(FRSM-12)."

    SUPPORTS   CISCO-WAN-FR-CONN-MIB
    INCLUDES   { 
                    ciscoWanFrConnGroup,
                    ciscoWanFrConnTestGroup,
                    ciscoWanFrConnStateGroup,
                    ciscoWanFrConnEndptGroup,
                    ciscoWanFrConnABRGroup
               }

    VARIATION     ingressQDepth
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     ingressQECNThresh
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     ingressQDEThresh
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     egressQDepth
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     egressQDEThresh
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     egressQECNThresh
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     ibs
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     foreSightEnable
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     qir
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     mir
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     pir
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     chanLocRmtLpbkState
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

    VARIATION     chanEgrSrvRate
    SYNTAX        Integer32 (2400..44736000)
    DESCRIPTION
        "Supported with restricted range."

    VARIATION     chanOvrSubOvrRide
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     chanFrConnType
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frCDRNumber
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frConnServiceType
    ACCESS        read-only
    DESCRIPTION
        "Derived from chanServType"
   
    VARIATION     frRestrictTrunkType
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frConnPercentUtil
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frConnRemotePercentUtil
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frConnForeSightEnable
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frConnFGCRAEnable
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     chanServType
    SYNTAX INTEGER{
                highpriority(1),
                rtVBR(2),
                nrtVBR(3),
                uBR(5),
                stdABR(9)
           }
    DESCRIPTION
        "Does not support aBR(4), queue6(6),queue(7),queue(8)."
   
    VARIATION     chanServiceRateOverride
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     chanServiceRate
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     frConnTemplateId
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."
   
    VARIATION     chanNumNextAvailable
    ACCESS        not-implemented
    DESCRIPTION
        "Not supported."

   ::= { ciscoWanFrConnCapability 1 }
END